Einhugur macOS Bridge plugin.

EinhugurVisionBridge.VNImageBasedRequest Class

The abstract superclass for image-analysis requests that focus on a specific part of an image.

EinhugurVisionBridge.VNRequest
   VNImageBasedRequest

class EinhugurVisionBridge.VNImageBasedRequest

Constructors

VNImageBasedRequest (private) Private constructor.

Properties

ClassName (Inherited) (desktop - console) Returns the name of the Cocoa class under the hood as String.
ErrorMessage (Inherited) Returns the error message for when error occurred when request was performed.
Handle (Inherited) Returns Integer handle to the native NSObject structure.
HasError (Inherited) Returns true if error occurred when request was performed.
RegionOfInterestThe region of the image in which Vision will perform the request.

Methods

shared CastDoes deep cast on incoming NSObject to VNImageBasedRequest.
shared FromIntegerPtrConstructs VNImageBasedRequest object from Integer handle coming from declares or 3rd party plugin.
shared IsVNImageBasedRequestReturns true if the NSObject under the hood is VNImageBasedRequest or derived from VNImageBasedRequest.
Release (Inherited) Releases the NSObject.
Retain (Inherited) Retains the NSObject

Constants

Version = 5.0 (Inherited)

Supported Platforms:

  • macOS Intel 32 bit
  • macOS Intel 64 bit
  • iOS
  • Unsupported Platforms:

  • macOS Apple Silicon
  • Windows 32 bit
  • Windows 64 bit
  • Windows ARM 64 bit
  • Linux 32 bit
  • Linux 64 bit
  • Linux ARM 32 bit
  • Linux ARM 64 bit